home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / tiff / CHANGES-v2.3 < prev    next >
Text File  |  1991-05-20  |  2KB  |  35 lines

  1. $Header: /usr/people/sam/tiff/RCS/CHANGES-v2.3,v 1.2 90/11/25 11:37:32 sam Exp $
  2.  
  3. TIFF Software "Release" 2.3
  4. ---------------------------
  5. Changes in libtiff:
  6.     o 2d Group 3 and Group 4 fax encoding/decoding are now suported
  7.     o a new API routine TIFFFdOpen was added -- it opens
  8.       a TIFF file given a file descriptor
  9.     o the Group 3 algorithms have been changed to use some tables;
  10.       this represents a tradeoff of increased space for lower time
  11.     o support has been added for decoding compression algorithms 2 & 32771
  12.     o the calculation used to guess the amount of data in a strip
  13.       when the StripByteCounts tag is missing has been made more
  14.       intelligent (or so we think)
  15.     o a missing return statement at the bottom of TIFFDefaultDirectory
  16.       has been added (mostly broke SPARC-based systems)
  17.  
  18. Changes in the tools:
  19.     o fax2tiff now handles 2d encoded input data and can
  20.       generate a Group 4 encoded TIFF file
  21.     o tiffcmp now handles files that don't have
  22.       BitsPerSample and/or SamplesPerPixel tags
  23.     o tiffcp has -g3 and -g4 options for generating Group 3+4 
  24.       compressed images; -2d and -fill options were also added
  25.       for setting these Group 3-related options
  26.     o tiffdither has a new -p option for setting the Group 3 fill
  27.       option; it also now handles files w/o a BitsPerSample tag
  28.     o tiffinfo now properly handles the directory number option
  29.     o tiffmedian now handles files that don't have a BitsPerSample tag
  30.     o Chip Chapin contributed a new version of contrib.xtiff
  31.     o Chris & Dan Sears contributed a new version of contrib.dbs/xtiff
  32.  
  33. Changes in the doc directory:
  34.     o ClassF.txt has been updated
  35.